type google.golang.org/protobuf/internal/impl.bytesConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L132: return &bytesConverter{t, defVal(fd, bytesZero)}
convert.go#L343: type bytesConverter struct {
convert.go#L348: func (c *bytesConverter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L357: func (c *bytesConverter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L360: func (c *bytesConverter) IsValidPB(v protoreflect.Value) bool {
convert.go#L364: func (c *bytesConverter) IsValidGo(v reflect.Value) bool {
convert.go#L367: func (c *bytesConverter) New() protoreflect.Value { return c.def }
convert.go#L368: func (c *bytesConverter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)